home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 24 / vgaproa.zip / MAKE.BAT < prev    next >
DOS Batch File  |  1988-01-26  |  513b  |  13 lines

  1. echo off
  2. ECHO  For use with WordStar Release 3.30 ONLY.
  3. ECHO  This procedure will modify your Wordstar file %2 for use
  4. ECHO  in 132 column by %1 row display mode.
  5. ECHO  If this is not what you intend, if you are not using WordStar 
  6. ECHO  Release 3.30, or if you are not using a copy
  7. ECHO  of your Wordstar program hold down [CTRL] while
  8. ECHO  typing the letter C, then press the letter Y.
  9. ECHO  Otherwise...
  10. pause
  11. debug %2 < %1
  12. echo Wordstar file %2 is now modified to support 132 columns & %1 rows.
  13.